pzdbView
========

(c) 2006, 2007 Michael Schierl

This program is Free Software according to the GNU General Public 
License, Version 2. You can find this license in the "COPYING" file.

Usage
-----

Sync pzdbView.prc (or pzdbView-lite.prc or pzdbView-full.prc) onto
your Palm device. If you don't have it already, sync SysZLib.prc as
well. Sync at least one database, since without databases it is
useless.

If you don't have it already, sync SysZLib-68k.prc or SysZLib-arm.prc
onto your Palm device as well. Use the ARM version if you have a Palm
with PalmOS 5.0 or higher.

pzdbView-lite.prc is the smallest version. pzdbView.prc supports
databases that use the database format extensions. pzdbView-full.prc
additionally includes colorful icons and support for expansion cards.

Databases
---------

There are two databases included:

empty.pdb: This database (with internal name "- Empty -" does not
           contain any records. Since pzdbView loads the
           alphabetically first database automatically, adding this
           database can speed up pzdbView's launch if the first
           database is large.

instructions.pdb: This database contains records that contain a short
           pzdbView tutorial. Open it and follow the instructions.

Additional databases are available from the website or can be created
using the pzdbCreate utility. See readme-pzdbCreate.txt for details.

Contact me
----------

The homepage of pzdbView is http://pzdbview.sourceforge.net/

You can contact me at schierlm@users.sourceforge.net

Changelog
---------

+++ 2007-09-22: Version 1.0 released +++

- write /PALM in uppercase by default
- Add Version ID resource
- Fix redisplay when closing Database Info
- Fix a crash occurring on some Debug ROMs if Database Info is empty

+++ 2007-09-06: Version 1.0-rc1 released +++

- Add Preferences dialog (to set database path on expansion card)
  [only in full version]
- Add Edit Menu
- "Disabled" renamed to "Clear"
  * Add "Clear All" option
  * Refresh view on "Clear" and "Clear All", 
  * switch back to "Beginning" if text is entered
- Add support for database information (descriptive text for a database)
- Add support for one image per record if no map is present
  [not in lite version]
- Support 4-bit grayscale and 16-bit color images (in addition to 1-bit) 
  if your device supports it [not in lite version]
- Bug fixes
  * Fix some crashes on exotic PalmOS versions
  * Fix scrollbar height if result count is multiple of 10
  * make search field single line (so that accidental Return strokes
    do not hide text)

+++ 2006-06-17: Version 0.2 released +++

- fixed several small bugs
- changed build system from PODS to prc-tools and pilrd
- better "please wait" indicator, shown more often (when appropriate)
- add support for attaching a memo (which may be longer than 256 bytes)
  to each record [not in lite version]
- add support for attaching a bitmap (map) to a database; each record
  can mark a spot on it; reverse search (search records with spots near
  click position) [not in lite version]
- add color and grayscale application icons [only in full version]
- add support for expansion cards [only in full version]

+++ 2006-04-29: Version 0.1 released +++
